home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15179 < prev    next >
Encoding:
Text File  |  1996-08-05  |  10.5 KB  |  292 lines

  1. Path: tech.cftnet.com!Myputer
  2. From: jnesbitt@aisnet.net (Jeremy Nesbitt)
  3. Newsgroups: comp.lang.c++
  4. Subject: Help An Idiot with OWL
  5. Date: Thu, 04 Apr 96 01:57:50 GMT
  6. Organization: none
  7. Message-ID: <31632d67.0@ntpds1.aisnet.net>
  8. NNTP-Posting-Host: ntpds1.aisnet.net
  9. X-Newsreader: News Xpress 2.0 Beta #0
  10.  
  11. I need some help.  I have Borland C++ 4.5 using OWL and I am trying to program 
  12. a little dinky program.  What I am having problems with is Initializing a 
  13. Combo Box in a dialog box that I created with Resource Workshop.
  14.  
  15. I was told that I am supposed to create a buffer with a structure like this:
  16.  
  17. struct TOptions {
  18. TComboBoxData *mylist;
  19. }
  20.  
  21. and then to define the buffer variable in the TDialog Class.  the thing I am 
  22. having the problem with is how and where to put something in the 
  23. ComboBox..Are you supposed to use AddString like you normally would?  Or what?
  24.  
  25. Does anyone even know what I am talking about?  If you do, show how ingenious 
  26. you are by attempting to answer my question.
  27.  
  28. jnesbitt@aisnet.net
  29.  
  30.  
  31.       --------------------------------------------------------------
  32.       Microsoft Plus! for Windows 95 Readme for Internet Connections 
  33.                               August 1995            
  34.       --------------------------------------------------------------
  35.             (c) Copyright Microsoft Corporation, 1995
  36.  
  37.  
  38. This document provides complementary or late-breaking information to 
  39. supplement the Microsoft Plus! documentation.
  40.  
  41. Additional information about installing and using the Internet 
  42. Jumpstart Kit is added to the World Wide Web as it becomes available. 
  43. This information can be found at the following address for Microsoft's 
  44. World Wide Web server:
  45.  
  46.       http://www.msn.net
  47.  
  48.  
  49. ------------------------
  50. HOW TO USE THIS DOCUMENT
  51. ------------------------
  52.  
  53. To view Internet.txt on screen in Notepad, maximize the Notepad window.
  54.  
  55. To print Internet.txt, open it in or another word processor, and 
  56. then use the Print command on the File menu. 
  57.  
  58.  
  59. --------
  60. CONTENTS
  61. --------
  62.  
  63. INSTALLING PC CARD (PCMCIA) MODEMS
  64. USING SERIAL LINE INTERNET PROTOCOL (SLIP) SUPPORT
  65. MANUALLY LOGGING ONTO AN INTERNET CONNECTION
  66. USING SCRIPTING FOR DIAL-UP NETWORKING
  67. USING A LOCAL AREA NETWORK PROXY OR FIREWALL
  68. USING PROGRESSIVE NETWORKS' REALAUDIO SUPPORT
  69. USING INTERNET EXPLORER WITH VIRTUAL MEMORY
  70.  
  71.  
  72. INSTALLING PC CARD (PCMCIA) MODEMS
  73. ==================================
  74.  
  75. If you are using a PC card (PCMCIA) modem for your Dial-up Networking connection to the Internet and have not yet installed the modem, 
  76. you may have to enable Windows 95 PC card socket support before 
  77. running the Internet Setup wizard.  
  78.  
  79. To enable PCMCIA socket support:
  80.  
  81. 1. Click the Start button, point to Settings, and then click 
  82.    Control Panel.
  83.  
  84. 2. Double-click the PC Card (PCMCIA) icon to start the PC Card 
  85.    Wizard, and then follow the instructions on your screen.
  86.  
  87.    NOTE: If you can't find the PC Card icon, you may need to install 
  88.          the PC card (PCMCIA) drivers. To do this, double-click the 
  89.          Add New Hardware icon, click No, click PCMCIA Support from 
  90.          the list of hardware items, and then follow the instructions 
  91.          on your screen.
  92.  
  93.  
  94. USING SERIAL LINE INTERNET PROTOCOL (SLIP) SUPPORT
  95. ==================================================
  96.  
  97. Setting Up A SLIP or CSLIP Connection
  98. -------------------------------------
  99.  
  100. The Internet Jumpstart Kit supports three kinds of Dial-up Networking 
  101. connection protocols: point-to-point protocol (PPP), serial line 
  102. internet protocol (SLIP), and compressed SLIP (CSLIP). The Internet 
  103. Setup wizard creates only PPP dial-up connections. If your Internet 
  104. service provider requires you to use a SLIP or CSLIP connection, do 
  105. the following:
  106.  
  107. 1. Create the Dial-Up Networking connection by runing the Internet 
  108.    Setup wizard while setting up Microsoft Plus!.
  109.  
  110.    You can also do this after setting up Microsoft Plus! by clicking 
  111.    the Start button, pointing to Programs, then pointing to 
  112.    Accessories, then pointing to Internet Tools, and then double-
  113.    clicking Internet Setup Wizard.  
  114.  
  115.    If your Internet service provider requires you to enter a sequence 
  116.    of commands to establish the SLIP or CSLIP connection, make sure 
  117.    the "Bring Up Terminal Window After Dialing" box is checked. 
  118.  
  119.    TIP: You may also be able to use Dial-Up Scripting to automate 
  120.         entering the required sequence of commands. See "Using 
  121.         Scripting For Dial-Up Networking" below for more 
  122.         information.
  123.  
  124. 2. Double-click the My Computer icon, and then double-click the 
  125.    Dial-Up Networking folder.
  126.  
  127. 3. Click the connection you created in step 1, and then click 
  128.    Properties on the File menu.
  129.  
  130. 4. Click Server Type, click either SLIP or CSLIP in the Type Of 
  131.    Dial-Up Server list, and then click OK.
  132.  
  133.  
  134. Running the Internet Setup Wizard If You Have an Existing SLIP Connection
  135. -------------------------------------------------------------------------
  136.  
  137. If you have set up an existing Internet Dial-Up Networking connection to use 
  138. SLIP as the server type and you run the Internet Setup Wizard, the wizard 
  139. will change the server type for the existing connection to PPP. 
  140.  
  141. To change the server type for the connection back to SLIP:
  142.  
  143. 1. Double-click My Computer, and then double-click Dial-Up Networking.
  144.  
  145. 2. Using the right mouse button, click the connection you want to change,
  146.    and then click Properties.
  147.  
  148. 3. Click Server Type.
  149.  
  150. 4. In the Type of Dial-Up Server list, click SLIP: Unix Connection, and then
  151.    click OK.
  152.  
  153. 5. In the Properties dialog box, click OK to save your changes.
  154.  
  155.  
  156. MANUALLY LOGGING ONTO AN INTERNET CONNECTION 
  157. ============================================
  158.  
  159. Some Internet service providers require you to manually log on in order to 
  160. establish an Internet connection. If you are running the Internet Setup
  161. Wizard to create such a connection, make sure you check the Bring Up
  162. Terminal Window After Dialing box. 
  163.  
  164. You can also select this option after you have run the wizard by doing the
  165. following:
  166.  
  167. 1. Double-click My Computer, and then double-click Dial-Up Networking.
  168.  
  169. 2. Using the right mouse button, click the connection you want to change,
  170.    and then click Properties.
  171.  
  172. 3. Click Configure, and then click Options.
  173.  
  174. 4. Make sure the Bring Up Terminal Window After Dialing box is checked, and 
  175.    then click OK.
  176.  
  177. 5. In the Properties dialog box, click OK to save your changes.
  178.  
  179. TIP: You can also use Scripting for Dial-Up Networking to automate logging
  180.      onto the Internet. For more information, see the following topic.
  181.  
  182.  
  183. USING SCRIPTING FOR DIAL-UP NETWORKING
  184. ======================================
  185.  
  186. You can use Scripting for Dial-Up Neworking to automate the manual 
  187. steps required by certain Internet service providers to establish a 
  188. connection to the Internet. If your Internet service provider recommends 
  189. using an automated connection script, after running the Internet Setup 
  190. wizard, you can create a script file, and then Use the Dial-Up Scripting 
  191. Tool to associate this file with the Dial-Up Networking connection you 
  192. created. 
  193.  
  194. For more information about creating a Dial-Up Networking script and 
  195. associating it with your Internet Dial-Up Networking connection:
  196.  
  197. 1. Click the Start button, and then click Help.
  198.  
  199. 2. Double-click the Microsoft Plus! For Windows 95 book.
  200.  
  201. 3. Double-click the Using The Network And The Internet book, and 
  202.    then click Automating A Dial-Up Networking Connection.
  203.  
  204. 4. Follow the instructions in the Help topic. 
  205.  
  206.  
  207. USING A LOCAL AREA NETWORK PROXY OR FIREWALL
  208. ============================================
  209.  
  210. If you want to use a proxy or firewall to protect your Local Area 
  211. Network from being accessed by other on the Internet, follow these 
  212. steps:
  213.  
  214. 1. Run the Internet Setup wizard while setting up Microsoft Plus!.
  215.  
  216.    You can also run the wizard after setting up Microsoft Plus! by 
  217.    clicking the Start button, pointing to Programs, then pointing to 
  218.    Accessories, then pointing to Internet Tools, and then double-
  219.    clicking Internet Setup Wizard. 
  220.  
  221. 2. Configure your computer to connect to the Internet by using TCP/IP 
  222.    on on your local area network. 
  223.  
  224. 3. When asked for the gateway address, type the address supplied by 
  225.    your network administrator only if your organization uses gateways 
  226.    for routing information over the network.
  227.  
  228.    NOTE: The gateway computer is not the same as the proxy or firewall 
  229.    computer which protects your local area network from the Internet,
  230.    so do not type your proxy or firewall address here.
  231.  
  232. 4. Click the Start button, point to Settings, and then click Control 
  233.    Panel.
  234.  
  235. 3. Click the Internet icon, and then click the Advanced tab.
  236.  
  237. 5. Make sure the Use Proxy Server box is checked.
  238.  
  239. 6. Type the http server address and the port number for the computer 
  240.    you want to use as the proxy server in the Proxy Server box. The 
  241.    following is an example of a proxy server address and port number:
  242.  
  243.       http://myproxy.mycompany.com:80
  244.  
  245.    In the Bypass Proxy On box, type the names of the computers, 
  246.    domains, and ports on the Internet that, when accessed, will 
  247.    not go through the proxy server. Separate each item you type 
  248.    with a comma.
  249.  
  250.    If you do not know what to type in the Proxy Server, or Bypass 
  251.    Proxy On boxes, see your network administrator. For Help on these 
  252.    items, click the ? in the title bar, and then click the item. 
  253.  
  254.  
  255. USING PROGRESSIVE NETWORKS' REALAUDIO SUPPORT
  256. =============================================
  257.  
  258. The Internet Jumpstart Kit includes support for Progressive Networks' 
  259. RealAudio. This enables you to listen to audio files in real time over 
  260. a dial-up modem or direct-network Internet connection. To use 
  261. RealAudio, you must have a Windows 95-supported sound card installed 
  262. in your computer. RealAudio works best on 486/33 or faster processors.
  263.  
  264. To try RealAudio, connect to http://www.realaudio.com.
  265.  
  266. NOTE: RealAudio will not work if your connection is routed through 
  267.       a local area network proxy or firewall. 
  268.  
  269.  
  270. USING INTERNET EXPLORER WITH VIRTUAL MEMORY
  271. ===========================================
  272.  
  273. Internet Explorer requires you to use virtual memory. Otherwise, 
  274. Internet Explorer will not run properly. To make sure you are using 
  275. virtual memory:
  276.  
  277. 1. Click the Start button, then point to Settings, and then click 
  278.    Control Panel.
  279.  
  280. 2. Double-click the System icon, and then click the Performance tab.
  281.  
  282. 3. Click the Virtual Memory button.
  283.  
  284. 4. If you are specifying your own virtual memory settings, make 
  285.    sure the Disable Virtual Memory box is unchecked. If this box 
  286.    is checked, then you are not using virtual memory and Internet 
  287.    Explorer won't run.
  288.  
  289.    TIP: You can let Windows manage virtual memory for you by 
  290.         selecting the Let Windows Manage My Virtual Memory 
  291.         Settings option. 
  292.